-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Conversation
* limitations under the License. | ||
*/ | ||
|
||
ALTER TABLE device_lists_outbound_pokes ADD context TEXT; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typically we include a comment explaining what the new column means.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How's that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a bit wordy, to be honest :/. I mean, it's great, but I think it's more detail than we need here.
Opentracing context data for inclusion in the
device_list_update
EDUs, as a json-encoded dictionary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough
54d50ca
to
7f282d1
Compare
Codecov Report
@@ Coverage Diff @@
## joriks/opentracing_utils #5687 +/- ##
============================================================
- Coverage 63.22% 24.9% -38.32%
============================================================
Files 331 171 -160
Lines 36216 16088 -20128
Branches 5964 2343 -3621
============================================================
- Hits 22897 4007 -18890
- Misses 11688 11996 +308
+ Partials 1631 85 -1546 |
Codecov Report
@@ Coverage Diff @@
## develop #5687 +/- ##
===========================================
+ Coverage 63.33% 63.46% +0.12%
===========================================
Files 331 331
Lines 36584 36563 -21
Branches 6046 6009 -37
===========================================
+ Hits 23172 23205 +33
+ Misses 11760 11712 -48
+ Partials 1652 1646 -6 |
8baeadd
to
1345ac8
Compare
33789fc
to
03f108d
Compare
03f108d
to
1801578
Compare
* limitations under the License. | ||
*/ | ||
|
||
ALTER TABLE device_lists_outbound_pokes ADD context TEXT; |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
7e906bb
to
7ab2088
Compare
d8b6431
to
22b7e6a
Compare
91b07ed
to
82d6eb1
Compare
efe27f7
to
a68119e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed, can you flatten out one of the layers of dictionaries, and rename the EDU key?
This traces most of the code paths related to e2e stuff. It adds context information into stored edus and tries to link spans across transactions. It traces device_list updates, key queries and key claiming.
This pr is waiting on #5703. I've set the base to joriks/opentracing_utils so that they can be easily compared. I'll switch it over to develop once #5703 lands.